.custom-carousel {
	padding-bottom: 3em;
}
.custom-carousel .quote-container {
  margin-right: 4vw;
}

@media (min-width: 992px) {
  .custom-carousel {
    /* Styles for large screens go here */
  }
  .custom-carousel .quote-container {
  }
  .custom-carousel .quoter-container {
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-carousel {
    /* Styles for mid-sized screens go here */
  }
  .custom-carousel .quote-container {
  }
}

.custom-carousel .carousel-indicators {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: left;
  margin: 0 6em;
  padding: 3em 0 0 0;
}

.custom-carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #809ea3;
  position: relative;
  margin: 0 20px;
}

.custom-carousel .carousel-indicators .active {
  background-color: var(--color-petrol);
  border: 0px solid var(--color-petrol);
}

.custom-carousel .carousel-indicators li.active:after {
  border-radius: 50%;
  padding: 10px;
  border: 1px solid var(--color-petrol);
  position: absolute;
  content: "";
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
}

/*  QUOTES  */
figure.quote {
  border-left: 2px solid var(--color-green-light);
  padding: 0.5rem 2em;
  margin: 0;
  color: var(--color-petrol);
}

figure.quote blockquote {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0 0 2em;
  text-indent: -12px;
  quotes: auto;
}
figure.quote blockquote p {
  display: inline;
}

figure.quote blockquote p:nth-last-child(n + 2)::after {
  content: "\A \A";
  display: block;
  margin: 0 0 2em 0;
}

figure.quote blockquote:before {
  content: open-quote;
  font-size: 1.2em;
  text-indent: 5px;
  display: inline;
  position: relative;
  left: 3px;
}

figure.quote blockquote:after {
  content: close-quote;
  font-size: 1.2em;
  position: relative;
  left: -3px;
}


body:lang(nl) figure.quote blockquote {
            quotes: "“" "”" "“" "”";
        }

/*
        :lang(en) figure.quote blockquote {
            quotes: "“" "”" "‘" "’";
        }
        */

figure.quote div.quote-attribution-author {
  font-size: 0.75em;
}
figure.quote div.quote-attribution-institution {
  font-size: 0.75em;
  color: var(--color-petrol-50);
}

/* QUOTE YELLOW CALLOUT */
section.brand-color-background-yellow figure.quote {
  border: none;
  padding: 5.5em 7em 4em;
}

section.brand-color-background-yellow figure.quote div.quote-eyebrow {
  color: var(--color-petrol-70);
  font-size: 0.875em;
  margin: 2em 0;
}

section.brand-color-background-yellow figure.quote blockquote {
  font-size: 2em;
  line-height: 1.5em;
  text-indent: -0.875em;
}

figure.quote blockquote p:nth-last-child(n + 2)::after {
  margin: 0 0 0.75em 0;
}

section.brand-color-background-yellow figure.quote blockquote:before {
  font-size: 1.2em;
  text-indent: 5px;
  display: inline;
  position: relative;
  left: 5px;
  color: var(--color-petrol-70);
}

section.brand-color-background-yellow figure.quote blockquote:after {
  font-size: 1.2em;
  position: relative;
  left: -5px;
  color: var(--color-petrol-70);
}

section.brand-color-background-yellow figure.quote div.quote-photo {
  margin: 3em 0 2em 0;
}

section.brand-color-background-yellow figure.quote div.quote-photo img {
  width: 128px;
  height: 128px;
  border-radius: 100%;
}

section.brand-color-background-yellow
  figure.quote
  div.quote-attribution-author {
  font-size: 0.875em;
  color: var(--color-petrol);
  margin-bottom: 1.5em;
}

section.brand-color-background-yellow figure.quote div.quote-attribution-title,
section.brand-color-background-yellow
  figure.quote
  div.quote-attribution-institution {
  font-size: 0.875em;
  color: var(--color-petrol);
}

.carousel-inner {
  display: flex;
  align-items: center;
}

html[lang="ar"] .carousel-item.active { 
  margin-inline-start: 0; 
  margin-inline-end: -100%; 
}

.carousel-item {
  flex-wrap: wrap;
  align-items: center;
}

.custom-carousel .carousel-item.active,
.custom-carousel .carousel-item-next,
.custom-carousel .carousel-item-prev {
  display: flex;
}
